# ------------------------------------------------------------------------
#' @rdname qplot_stat
#' @template same
#' @export
plot_stat <- function(sp, by, FUN = mean, ...) {
# warning('Use `plot_stat` instead of `qplotStat`')
qplot_stat(sp, by, FUN = FUN, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.